.hot {
  background: url(../images/hot_bg.png) no-repeat;
}
.hot .wraps {
  height: 100px;
  align-items: center;
}
.hot .lft {
  width: 50%;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hot .lft .txt {
  font-size: 20px;
  margin-right: 35px;
}
.hot .lft .txt span {
  font-size: 13px;
  opacity: 0.3;
}
.hot .lft .tel {
  font-size: 20px;
}
.hot .lft .tel img {
  margin-right: 18px;
  vertical-align: middle;
}
.hot .rht {
  width: 50%;
}
.hot .rht form {
  height: 50px;
  background: #666;
  position: relative;
}
.hot .rht form .ank {
  width: 100%;
  height: 50px;
  padding-left: 29px;
  background: none;
  border: 0;
  font-size: 14px;
  color: #fff;
}
.hot .rht form .ank::placeholder {
  color: #fff;
  opacity: 0.5;
  font-size: 15px;
}
.hot .rht form .sbmt {
  cursor: pointer;
  border: 0;
  outline: none;
  width: 33px;
  height: 31px;
  background: url(../images/fdj.png);
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.hot .rht form::after {
  content: '';
  position: absolute;
  right: 0;
  transform: translateX(100%);
  top: 0;
  width: 260px;
  height: 100%;
  background-color: #cbcbcb;
}
.hot .rht p {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #999;
  padding-left: 29px;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .hot .lft .tel {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .hot {
    display: none;
  }
}
.prods {
  padding-bottom: 4.16vw;
}
.prods nav {
  height: 90px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.prods nav .wraps {
  padding-right: 80px;
  align-items: center;
  height: 100%;
  background: url(../images/ico.png) no-repeat right center;
}
.prods nav li {
  height: 100%;
  line-height: 90px;
  text-align: center;
  flex: 1;
  border-right: 1px solid #e0e0e0;
  font-size: 16px;
  color: #222;
}
.prods nav li:first-child {
  border-left: 1px solid #e0e0e0;
}
.prods nav li a {
  display: inline-block;
  height: 100%;
  position: relative;
}
.prods nav li a::after {
  content: '';
  transition: 0.4s;
  width: 0;
  height: 1px;
  background-color: #172e7a;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.prods nav li a:hover {
  color: #172e7a;
}
.prods nav li a:hover::after {
  width: 100%;
}
.prods .itembox {
  flex-wrap: wrap;
  margin-top: 2.6vw;
}
.prods .itembox a {
  width: 23.42%;
  margin-bottom: 20px;
}
.prods .itembox a .pic {
  border: 1px solid #ccc;
  position: relative;
}
.prods .itembox a .tit {
  font-size: 15px;
  color: #2a2a2a;
  text-align: center;
  margin-top: 5px;
}
.prods .itembox a:hover .mask {
  opacity: 1;
}
.prods .itembox .mask {
  opacity: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fffefe;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prods .itembox .mask i {
  width: 25px;
  height: 25px;
  background: url(../images/detail.png);
  margin-bottom: 11px;
}
@media screen and (max-width: 750px) {
  .prods nav {
    display: none;
  }
  .prods .itembox a {
    width: 48.5%;
  }
}
.avd {
  padding-top: 65px;
  padding-bottom: 130px;
  background: url(../images/avd_bg.jpg) no-repeat center top;
}
.avd header {
  text-align: center;
}
.avd header .em {
  font-size: 46px;
  color: #133795;
  font-weight: bold;
  line-height: normal;
}
.avd header p {
  margin-top: 15px;
  display: inline-block;
  width: 525px;
  font-size: 15px;
  color: #000000;
  line-height: 30px;
}
.avd ul {
  flex-wrap: wrap;
  margin-top: 3vw;
}
.avd ul li {
  text-align: center;
  transition: 0.4s;
  padding: 2.5%;
  width: 256px;
  height: 256px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.avd ul li em {
  font-size: 22px;
  font-weight: bold;
  color: #133795;
  margin-top: 20px;
}
.avd ul li p {
  line-height: 24px;
  color: #444;
  margin-top: 10px;
}
.avd ul li img {
  height: 45px;
}
.avd ul li:hover {
  background-color: #133795;
}
.avd ul li:hover em,
.avd ul li:hover p {
  color: #fff;
}
.avd ul li:nth-child(1):hover img {
  content: url(../images/ico01.png);
}
.avd ul li:nth-child(2):hover img {
  content: url(../images/ico02.png);
}
.avd ul li:nth-child(3):hover img {
  content: url(../images/ico03.png);
}
.avd ul li:nth-child(4):hover img {
  content: url(../images/ico04.png);
}
@media screen and (max-width: 1420px) {
  .avd ul li {
    width: 200px;
    height: 200px;
    padding: 3%;
  }
  .avd ul li p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .avd ul li em {
    font-size: 19px;
    margin-top: 10px;
  }
  .avd ul li img {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 900px) {
  .avd {
    padding: 45px 0;
  }
  .avd header {
    margin-bottom: 25px;
  }
  .avd header .em {
    font-size: 24px;
  }
  .avd header p {
    font-size: 12px;
    line-height: 20px;
    width: auto;
  }
  .avd ul li {
    width: 48%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .avd ul li em {
    font-size: 16px;
  }
  .avd ul li p {
    margin-top: 10px;
  }
}
.inc {
  height: 170px;
  background-color: #113895;
  color: #fff;
  position: relative;
}
.inc .wraps {
  align-items: center;
  height: 100%;
}
.inc .lft .p1 {
  font-size: 25px;
  font-weight: bold;
}
.inc .lft .p1 span {
  transform: translateY(-2px);
  display: inline-block;
  width: 268px;
  height: 27px;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  text-align: center;
  background-color: #fe7c0a;
}
.inc .lft .p2 {
  font-size: 15px;
  margin-top: 8px;
}
.inc .ctr {
  position: absolute;
  left: 50%;
  transform: translateX(-25%);
  bottom: 0;
}
.inc .rht {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.inc .rht .tel {
  margin-left: 10px;
}
.inc .rht span {
  display: block;
  font-size: 27px;
  font-weight: bold;
  margin-top: 9px;
}
@media screen and (max-width: 1220px) {
  .inc {
    display: none;
  }
}
.abt {
  padding-top: 6.8vw;
}
.abt header {
  width: 918px;
  height: 94px;
  border: solid 2px #ececec;
  text-align: center;
  margin: auto;
}
.abt header em {
  font-size: 40px;
  color: #133795;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-20px);
}
.abt header em::before {
  content: '“';
  margin-right: 55px;
  vertical-align: text-bottom;
  line-height: 6px;
  font-family: fangsong;
  font-size: 75px;
  color: #ececec;
  display: inline-block;
}
.abt header em::after {
  content: '”';
  margin-left: 55px;
  vertical-align: text-bottom;
  line-height: 6px;
  font-family: fangsong;
  font-size: 75px;
  color: #ececec;
  display: inline-block;
}
.abt header em i {
  display: inline-block;
  font-size: 16px;
  transform: translateY(-3px);
}
.abt header p {
  font-size: 18px;
  color: #444444;
}
.abt .main {
  margin-top: 4.42vw;
  padding-bottom: 5.95vw;
  align-items: center;
}
.abt .main .lft {
  width: 48%;
  color: #000000;
}
.abt .main .lft .company {
  font-size: 24px;
}
.abt .main .lft hr {
  width: 23px;
  height: 2px;
  background-color: #133795;
  margin-top: 25px;
}
.abt .main .lft p {
  margin-top: 18px;
  line-height: 32px;
  overflow: hidden;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.abt .main .more {
  display: block;
  width: 110px;
  height: 32px;
  margin-top: 3.9vw;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #133795;
}
.abt .main .more span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.abt .main .more span::after {
  content: '\2192';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.abt .main .more:hover span {
  padding-right: 25px;
}
.abt .main .more:hover span::after {
  opacity: 1;
  right: 0;
}
.abt .main .more2 {
  display: none;
}
@media screen and (max-width: 1420px) {
  .abt .main .rht {
    width: 47%;
  }
  .abt .main .rht img {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .abt {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .abt header {
    width: auto;
    height: 70px;
  }
  .abt header em {
    font-size: 24px;
    transform: translateY(-13px);
  }
  .abt header em::after,
  .abt header em::before {
    font-size: 22px;
    line-height: 13px;
  }
  .abt header em::after {
    margin-left: 10px;
  }
  .abt header em::before {
    margin-right: 10px;
  }
  .abt header p {
    font-size: 12px;
  }
  .abt .main {
    flex-direction: column;
    text-align: center;
    margin-top: 25px;
  }
  .abt .main .lft {
    width: 100%;
  }
  .abt .main .lft hr {
    display: inline-block;
  }
  .abt .main .lft .company {
    font-size: 19px;
  }
  .abt .main .lft .more1 {
    display: none;
  }
  .abt .main .rht {
    width: 100%;
    margin-top: 20px;
  }
  .abt .main .rht .more2 {
    display: inline-block;
  }
}
.serve {
  background: url(../images/serve_bg.jpg) no-repeat center top;
}
.serve .wraps {
  height: 453px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.serve .box {
  width: 50%;
  padding-left: 100px;
  color: #ffffff;
  text-align: center;
}
.serve .box .tit1 {
  font-size: 30px;
  font-weight: bold;
}
.serve .box .p1 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 55px;
}
.serve .box .p2 {
  display: none;
}
.serve .box .tit2 {
  font-size: 24px;
}
.serve .box span {
  display: inline-block;
  transform: translateY(3px);
}
@media screen and (max-width: 900px) {
  .serve {
    padding: 45px 0;
    background-position: right top;
  }
  .serve .wraps {
    height: auto;
    justify-content: center;
  }
  .serve .box {
    padding: 0;
    width: auto;
  }
  .serve .box .tit1 {
    font-size: 24px;
  }
  .serve .box .tit2 {
    font-size: 18px;
    margin-top: 20px;
  }
  .serve .box .p1 {
    display: none;
  }
  .serve .box .p2 {
    display: block;
    font-size: 13px;
    line-height: 28px;
    margin-top: 30px;
  }
}
.new_s {
  padding-top: 4.16vw;
}
.new_s header {
  align-items: center;
  border-bottom: 1px solid #e2e3e7;
  padding-bottom: 30px;
  position: relative;
}
.new_s header::after {
  content: '';
  width: 25.5%;
  height: 2px;
  background-color: #172e7a;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.new_s header h5 {
  font-size: 29px;
  font-weight: bold;
  color: #000000;
}
.new_s header .more {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  width: 102px;
  height: 34px;
  line-height: 32px;
  padding-left: 13px;
  font-size: 13px;
  color: #fff;
  border: solid 1px #0241a4;
}
.new_s header .more::after {
  transition: 0.4s;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 83%;
  background-color: #0241a4;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.new_s header .more span {
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.new_s header .more:hover {
  padding-left: 28px;
}
.new_s header .more:hover::after {
  width: 128%;
}
.new_s .main {
  margin-top: 34px;
}
.new_s .main .lft {
  width: 44.14%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_s .main .lft time {
  color: #000;
  opacity: 0.5;
  display: block;
  margin-bottom: 1.82vw;
}
.new_s .main .lft .rt {
  margin-left: 36px;
  padding-top: 1vw;
}
.new_s .main .lft .rt .tit {
  font-size: 18px;
  color: #000000;
}
.new_s .main .lft .rt .ct {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.55vw;
  line-height: 30px;
  color: #000000;
  opacity: 0.7;
  margin-top: 1.66vw;
}
.new_s .main .lft .rt span {
  color: #000000;
  display: block;
  margin-top: 1.5vw;
}
.new_s .main .lft .rt a:hover .tit {
  color: #172e7a;
}
.new_s .main .lft .rt a:hover time {
  color: #172e7a;
}
.new_s .main .rht {
  width: 51.42%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_s .main .rht a {
  width: 46.3%;
}
.new_s .main .rht a:hover .tit {
  color: #172e7a;
}
.new_s .main .rht time {
  display: block;
  color: #000;
  opacity: 0.5;
  margin-bottom: 1.82vw;
}
.new_s .main .rht .tit {
  font-size: 16px;
  color: #000000;
  margin-top: 1.56vw;
}
.new_s .main .rht .ct {
  line-height: 30px;
  color: #000000;
  opacity: 0.7;
  margin-top: 8px;
}
.new_s .main .time2 {
  display: none !important;
}
@media screen and (max-width: 1220px) {
  .new_s .main .lft .lt {
    display: none;
  }
  .new_s .main .lft .rt {
    margin: 0;
    width: 100%;
  }
  .new_s .main .lft .rt span {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .new_s {
    padding: 45px 0;
  }
  .new_s header {
    padding-bottom: 15px;
  }
  .new_s header h5 {
    font-size: 24px;
  }
  .new_s .main {
    flex-direction: column;
  }
  .new_s .main .lft {
    width: 100%;
    flex-direction: column;
  }
  .new_s .main .lft .lt {
    display: block;
  }
  .new_s .main .lft .rt .ct {
    border: 0;
  }
  .new_s .main .rht {
    flex-direction: column;
    width: 100%;
  }
  .new_s .main .rht a {
    width: 100%;
  }
  .new_s .main img {
    display: none;
  }
  .new_s .main .time1 {
    display: none !important;
  }
  .new_s .main .time2 {
    display: inline-block !important;
    font-size: 12px;
    float: right;
  }
  .new_s .main .ct {
    line-height: 24px !important;
    margin-top: 15px !important;
    margin-bottom: 25px;
  }
}
